home *** CD-ROM | disk | FTP | other *** search
- /*
- Plotting methods header file
- */
- void plotabunch(int howmany);
- int doIFSrand(void);
- extern IFS_changed; /* flags that the triangles have changed */
- extern float xscale,yscale,xoffset,yoffset,maxx,maxy;
- extern int plot_type;
- extern int pal_switch;
- void plotlimits(unsigned int scale_its);
- void IFS_rescale(float xscale, float xoffset, float yscale, float yoffset,int rel);
- void triangles_use_temp(void);
-